﻿CHARACTERS = {
	c:MEX ?= {
		create_character = {
			template = mex_miguel_barragan_template
		}

		create_character = {
			# Anastasio Bustamante, thrice president of Mexico
			first_name = Anastasio
			last_name = Bustamante
			historical = yes
			birth_date = 1780.7.27
			dna = dna_anastasio_bustamante
		#	hq = region_central_america
			ig_leader = yes # Both general and IG leader
		#	is_general = yes # Both general and IG leader - commented out due to bureaucracy concerns
			interest_group = ig_landowners
			ideology = ideology_jingoist_leader
			traits = {
				ambitious
			}		
		}
		
		create_character = {
			# Mariano Paredes
			first_name = Mariano
			last_name = Paredes
			historical = yes
			birth_date = 1797.1.7
			dna = dna_mariano_paredes
		#	hq = region_mexico
			ig_leader = yes # Both general and IG leader
		#	is_general = yes # Both general and IG leader - commented out due to bureaucracy concerns
			interest_group = ig_petty_bourgeoisie
			ideology = ideology_jingoist_leader
			traits = {
				imperious
			}		
		}

		create_character = {
			# Juan Álvarez, veteran of the Mexican War of Independence, overthrower of Santa Anna, interim President of Mexico in 1855, and even a commander during the French intervention in the late 1860s
			first_name = Juan
			last_name = Alvarez
			historical = yes
			birth_date = 1790.1.27
			dna = dna_juan_alvarez
			hq = region_central_america
			ig_leader = yes # Both general and IG leader
			is_general = yes # Both general and IG leader
			interest_group = ig_rural_folk
			ideology = ideology_radical
			traits = {
				persistent
				direct
				brave
			}		
		}

		create_character = {
			# Lucas Alamán
			first_name = Lucas
			last_name = Alaman
			historical = yes
			birth_date = 1792.10.18
			dna = dna_lucas_alaman
			ig_leader = yes
			interest_group = ig_devout
			ideology = ideology_traditionalist
			traits = {
				pious
				meticulous
				basic_political_operator
			}		
		}

		create_character = {
			# Valentín Gómez Farías, President of Mexico sporadically in 1833, and again in 1846/7
			first_name = Valentin
			last_name = Gomez_Farias
			historical = yes
			birth_date = 1781.2.14
			dna = dna_valentin_gomez_farias
			ig_leader = yes
			interest_group = ig_intelligentsia
			ideology = ideology_moderate
			traits = {
				direct
				imperious
			}		
		}

		create_character = {
			# Rafael Mangino i Mendivil
			first_name = Rafael
			last_name = Mangino_i_Mendivil
			historical = yes
			birth_date = 1788.3.21 # He was born in 1788, but I'm not sure when. He was baptized on March 21, 178/9/, however.
			dna = dna_rafael_mangino_i_mendivil
			ig_leader = yes
			interest_group = ig_industrialists
			ideology = ideology_moderate
			traits = {
				reserved
				cautious
				meticulous
			}		
		}
		
#		create_character = {
#			is_general = yes
#			first_name = Martin_Perfecto
#			last_name = de_Cos
#			age = 36
#			traits = {
#		#		impulsive
#		#		aristocrat
#			}
#		}
		
#		create_character = {
#			is_general = yes
#			first_name = Nicolas_2
#			last_name = Bravo
#			age = 50
#			traits = {
#		#		heroic
#		#		politician
#			}
#		}
		
#		create_character = {
#			is_general = yes
#			first_name = Mariano
#			last_name = Arista
#			age = 34
#			traits = {
#		#		skilled
#		#		war_college
#			}
#
#		}
		
#		create_character = {
#			is_general = yes
#			first_name = Jose_Joaquin
#			last_name = de_Herrera
#			age = 44
#			traits = {
#		#		soldierly
#		#		up_from_the_ranks
#			}
#
#		}
	}
}
